Spread Silverlight Documentation
AddRange(StyleInfo[]) Method


The array of styles (StyleInfo objects) to add to the collection.
Adds an array of StyleInfo objects to the collection.
Syntax
'Declaration
 
Public Overloads Overridable Sub AddRange( _
   ByVal array() As StyleInfo _
) 
'Usage
 
Dim instance As StyleInfoCollection
Dim array() As StyleInfo
 
instance.AddRange(array)
public virtual void AddRange( 
   StyleInfo[] array
)

Parameters

array
The array of styles (StyleInfo objects) to add to the collection.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.